home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1997 November / Macworld (1997-11).dmg / Shareware World / Comms & Internet / NetSupport Page / sample templates / templates read me < prev   
Text File  |  1997-09-02  |  2KB  |  46 lines

  1. NetSupport Page supports custom HTML via a template file you provide. 
  2. Place a file named "template.html" in the folder with your NetSupport Page document and it will override NetSupport Page’s built-in html.
  3.  
  4. A sample template is provided in the folder called ‘Sample Templates’.
  5.  
  6. You may use the following variables within your HTML. These variables will be replaced by the real data.
  7.  
  8. NET_SUPPORT_STATUS_TIME
  9.  
  10. This token will be replaced with the date and time of each update NetSupport Page performs. Note: please leave at least 5 extra spaces after this token.
  11.  
  12.  
  13. NET_SUPPORT_ZONE_1_NAME
  14.  
  15. This token will display the name of the zone in line 1 of your zone list. Change the number (1) to indicate subsequent lines of the list.
  16.  
  17. NET_SUPPORT_ZONE_1_COLOR
  18.  
  19. This will be replaced with red (#AF0000) if the first zone is down and green if it is up.
  20.  
  21. NET_SUPPORT_ZONE_1_STATUS
  22.  
  23. This will be replaced with “Up” if the first zone is up and “Down” if it is down.
  24.  
  25.  
  26. NET_SUPPORT_DEVICE_1_NAME
  27.  
  28. This token will display the name of the device in line 1 of your device list. Change the number (1) to indicate subsequent lines of the list.
  29.  
  30. NET_SUPPORT_DEVICE_1_COLOR
  31.  
  32. This will be replaced with red (#AF0000) if the first device is down and green if it is up.
  33.  
  34. NET_SUPPORT_DEVICE_1_STATUS
  35.  
  36. This will be replaced with “Up” if the first device is up and “Down” if it is down.
  37.  
  38.  
  39. NET_SUPPORT_LOG
  40.  
  41. This will display the log in list form. This should be between <PRE> and </PRE> HTML tags.
  42.  
  43. NET_SUPPORT_TITLE
  44.  
  45. This will display the HTML Title field in the NSP Document
  46.